home *** CD-ROM | disk | FTP | other *** search
/ 404 Jogos / CLJG.iso / Diversos / rocketcar2.swf / scripts / frame_25 / PlaceObject2_882_103 / CLIPACTIONRECORD onClipEvent(enterFrame).as < prev   
Encoding:
Text File  |  2008-09-24  |  181 b   |  11 lines

  1. onClipEvent(enterFrame){
  2.    if(this.hitTest(_root.car))
  3.    {
  4.       _root.detail("switch4");
  5.    }
  6.    if(_root.details.switch4)
  7.    {
  8.       this.light.gotoAndStop(2);
  9.    }
  10. }
  11.